home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / tutorials / tutorial / onmouseover.txt < prev    next >
Encoding:
Text File  |  1997-06-15  |  229 b   |  8 lines

  1.  
  2. This is an example of a mouse over. This will work for links and graphics, but not for imagemaps. Just 
  3. use this code as follows.
  4.  
  5. <a href="file.html" onMouseOver="window.status='Type here what you want to say'; return true">
  6.  
  7.  
  8.